home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / pippki.jar / content / pippki / viewCertDetails.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-06-15  |  4.5 KB  |  136 lines

  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is mozilla.org code.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Netscape Communications Corp.
  19.    - Portions created by the Initial Developer are Copyright (C) 2001
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -   Bob Lord <lord@netscape.com>
  24.    -   Ian McGreer <mcgreer@netscape.com>
  25.    -
  26.    - Alternatively, the contents of this file may be used under the terms of
  27.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  28.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29.    - in which case the provisions of the GPL or the LGPL are applicable instead
  30.    - of those above. If you wish to allow use of your version of this file only
  31.    - under the terms of either the GPL or the LGPL, and not to allow others to
  32.    - use your version of this file under the terms of the MPL, indicate your
  33.    - decision by deleting the provisions above and replace them with the notice
  34.    - and other provisions required by the GPL or the LGPL. If you do not delete
  35.    - the provisions above, a recipient may use your version of this file under
  36.    - the terms of any one of the MPL, the GPL or the LGPL.
  37.    -
  38.    - ***** END LICENSE BLOCK ***** -->
  39. <!DOCTYPE overlay SYSTEM "chrome://pippki/locale/certManager.dtd">
  40.  
  41. <overlay id="certViewerOverlay" 
  42.          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  43.          xmlns:cert="http://netscape.com/rdf-cert#" 
  44.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  45. <vbox class="box-padded" id="general_info">
  46.   <vbox id="verify_info_box">
  47.     <label id="verify_pending" value="&certmgr.pending.label;"/>
  48.     <label class="header" id="verified"/>
  49.   </vbox>
  50.   <separator class="groove"/>
  51.   <vbox flex="1">
  52.     <grid> 
  53.       <columns>
  54.         <column/>
  55.         <column/>
  56.       </columns>
  57.       <rows>
  58.         <row>
  59.           <label class="header" value="&certmgr.subjectinfo.label;"/>
  60.           <spacer/>
  61.           <spacer/>
  62.         </row>
  63.         <row>
  64.           <label value="&certmgr.certdetail.cn;"/> 
  65.           <label id="commonname"/>
  66.         </row>
  67.         <row>
  68.           <label value="&certmgr.certdetail.o;"/> 
  69.           <label id="organization"/>
  70.         </row>
  71.         <row>
  72.           <label value="&certmgr.certdetail.ou;"/> 
  73.           <label id="orgunit"/>
  74.         </row>
  75.         <row>
  76.           <label value="&certmgr.certdetail.serialnumber;"/> 
  77.           <label id="serialnumber"/>
  78.         </row>
  79.         <row>
  80.           <separator class="thin"/>
  81.           <spacer/>
  82.         </row>
  83.         <row>
  84.           <label class="header" value="&certmgr.issuerinfo.label;"/>
  85.           <spacer/>
  86.         </row>
  87.         <row>
  88.           <label value="&certmgr.certdetail.cn;"/> 
  89.           <label id="issuercommonname"/>
  90.         </row>
  91.         <row>
  92.           <label value="&certmgr.certdetail.o;"/> 
  93.           <label id="issuerorganization"/>
  94.         </row>
  95.         <row>
  96.           <label value="&certmgr.certdetail.ou;"/> 
  97.           <label id="issuerorgunit"/>
  98.         </row>
  99.         <row>
  100.           <separator class="thin"/>
  101.           <spacer/>
  102.         </row>
  103.         <row>
  104.           <label class ="header" value="&certmgr.validity.label;"/>
  105.           <spacer/>
  106.         </row>
  107.         <row>
  108.           <label value="&certmgr.issued;"/>
  109.           <label id="validitystart"/>
  110.         </row>
  111.         <row>
  112.           <label value="&certmgr.expires;"/>
  113.           <label id="validityend"/>
  114.         </row>
  115.         <row>
  116.           <separator class="thin"/>
  117.           <spacer/>
  118.         </row>
  119.         <row>
  120.           <label class="header" value="&certmgr.fingerprints.label;"/>
  121.           <spacer/>
  122.         </row>
  123.         <row>
  124.           <label value="&certmgr.certdetail.sha1fingerprint;"/> 
  125.           <label id="sha1fingerprint"/>
  126.         </row>
  127.         <row>
  128.           <label value="&certmgr.certdetail.md5fingerprint;"/> 
  129.           <label id="md5fingerprint"/>
  130.         </row>
  131.       </rows>
  132.     </grid>
  133.   </vbox>
  134. </vbox>
  135. </overlay>
  136.